-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cypress | create detector specs update #518
Merged
amsiglan
merged 76 commits into
opensearch-project:main
from
jovancacvetkovic:cypress_tests
May 4, 2023
Merged
cypress | create detector specs update #518
amsiglan
merged 76 commits into
opensearch-project:main
from
jovancacvetkovic:cypress_tests
May 4, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…oject#491 Signed-off-by: Jovan Cvetkovic <[email protected]>
…oject#491 Signed-off-by: Jovan Cvetkovic <[email protected]>
…oject#491 Signed-off-by: Jovan Cvetkovic <[email protected]>
…oject#491 Signed-off-by: Jovan Cvetkovic <[email protected]>
…oject#491 Signed-off-by: Jovan Cvetkovic <[email protected]>
…oject#491 Signed-off-by: Jovan Cvetkovic <[email protected]>
…oject#491 Signed-off-by: Jovan Cvetkovic <[email protected]>
…oject#491 Signed-off-by: Jovan Cvetkovic <[email protected]>
…oject#491 Signed-off-by: Jovan Cvetkovic <[email protected]>
…oject#491 Signed-off-by: Jovan Cvetkovic <[email protected]>
…h-project#471 Signed-off-by: Jovan Cvetkovic <[email protected]>
…the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]>
…the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]>
…the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]>
…the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]>
…the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]>
…the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]>
…the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]>
…-analytics-dashboards-plugin into move_field_mappings_to_first_page # Conflicts: # public/pages/CreateDetector/components/ConfigureFieldMapping/containers/ConfigureFieldMapping.tsx # public/pages/CreateDetector/components/DefineDetector/components/DetectorDataSource/DetectorDataSource.tsx # public/pages/CreateDetector/components/DefineDetector/containers/DefineDetector.tsx # public/pages/CreateDetector/containers/CreateDetector.tsx # public/pages/Detectors/components/UpdateBasicDetails/UpdateBasicDetails.tsx
…the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]>
…-analytics-dashboards-plugin into Provide_empty_states_for_Findings_and_Alerts_page
…-analytics-dashboards-plugin into detector_async_global_state # Conflicts: # public/app.scss
…oject#493 Signed-off-by: Jovan Cvetkovic <[email protected]>
…oject#493 Signed-off-by: Jovan Cvetkovic <[email protected]>
…rch-project#498 Signed-off-by: Jovan Cvetkovic <[email protected]>
…oject#493 Signed-off-by: Jovan Cvetkovic <[email protected]>
…oject#493 Signed-off-by: Jovan Cvetkovic <[email protected]>
…rch-project#498 Signed-off-by: Jovan Cvetkovic <[email protected]>
…rch-project#498 Signed-off-by: Jovan Cvetkovic <[email protected]>
Signed-off-by: Jovan Cvetkovic <[email protected]>
Signed-off-by: Jovan Cvetkovic <[email protected]>
Signed-off-by: Jovan Cvetkovic <[email protected]>
Signed-off-by: Jovan Cvetkovic <[email protected]>
Signed-off-by: Jovan Cvetkovic <[email protected]>
Signed-off-by: Jovan Cvetkovic <[email protected]>
Signed-off-by: Jovan Cvetkovic <[email protected]>
Signed-off-by: Jovan Cvetkovic <[email protected]>
Signed-off-by: Jovan Cvetkovic <[email protected]>
Signed-off-by: Jovan Cvetkovic <[email protected]>
Signed-off-by: Jovan Cvetkovic <[email protected]>
Signed-off-by: Jovan Cvetkovic <[email protected]>
jovancacvetkovic
changed the title
Cypress tests specs update
cypress | create detector specs update
Apr 25, 2023
Signed-off-by: Jovan Cvetkovic <[email protected]>
Signed-off-by: Jovan Cvetkovic <[email protected]>
Signed-off-by: Jovan Cvetkovic <[email protected]>
Signed-off-by: Jovan Cvetkovic <[email protected]>
amsiglan
approved these changes
May 3, 2023
Signed-off-by: Amardeepsingh Siglani <[email protected]>
sbcd90
approved these changes
May 4, 2023
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-2.x 2.x
# Navigate to the new working tree
cd .worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-518-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 e90b633639aa408e22a5d884436217631fa67718
# Push it to GitHub
git push --set-upstream origin backport/backport-518-to-2.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.x Then, create a pull request where the |
amsiglan
added a commit
to amsiglan/security-analytics-dashboards-plugin
that referenced
this pull request
May 5, 2023
* [FEATURE] Create global state object for async requests opensearch-project#491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Provide empty states for Findings and Alerts page opensearch-project#471 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#493 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#493 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor alert triggers per mocks opensearch-project#498 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#493 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#493 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor alert triggers per mocks opensearch-project#498 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor alert triggers per mocks opensearch-project#498 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Update detector details component opensearch-project#502 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Update detector details component opensearch-project#502 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Update detector details component opensearch-project#502 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Update detector details component opensearch-project#502 Signed-off-by: Jovan Cvetkovic <[email protected]> * Feature] update detector details component opensearch-project#504 Signed-off-by: Jovan Cvetkovic <[email protected]> * Feature] update detector details component opensearch-project#504 Signed-off-by: Jovan Cvetkovic <[email protected]> * Update detector details component opensearch-project#504 Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * [BUG] No space between the detector details and the rule panel opensearch-project#522 [BUG] A rule flyout without references have an empty link opensearch-project#521 [FEATURE] Update header size to use euiTitle--small opensearch-project#520 Signed-off-by: Jovan Cvetkovic <[email protected]> * [BUG] No space between the detector details and the rule panel opensearch-project#522 [BUG] A rule flyout without references have an empty link opensearch-project#521 [FEATURE] Update header size to use euiTitle--small opensearch-project#520 Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * refactored util methods into cypress commands Signed-off-by: Jovan Cvetkovic <[email protected]> * refactored util methods into cypress commands Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests wait interval updated to 400 Signed-off-by: Jovan Cvetkovic <[email protected]> --------- Signed-off-by: Jovan Cvetkovic <[email protected]> Signed-off-by: Amardeepsingh Siglani <[email protected]> Co-authored-by: Amardeepsingh Siglani <[email protected]>
1 task
amsiglan
added a commit
to amsiglan/security-analytics-dashboards-plugin
that referenced
this pull request
May 5, 2023
* [FEATURE] Create global state object for async requests opensearch-project#491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Provide empty states for Findings and Alerts page opensearch-project#471 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#493 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#493 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor alert triggers per mocks opensearch-project#498 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#493 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#493 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor alert triggers per mocks opensearch-project#498 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor alert triggers per mocks opensearch-project#498 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Update detector details component opensearch-project#502 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Update detector details component opensearch-project#502 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Update detector details component opensearch-project#502 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Update detector details component opensearch-project#502 Signed-off-by: Jovan Cvetkovic <[email protected]> * Feature] update detector details component opensearch-project#504 Signed-off-by: Jovan Cvetkovic <[email protected]> * Feature] update detector details component opensearch-project#504 Signed-off-by: Jovan Cvetkovic <[email protected]> * Update detector details component opensearch-project#504 Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * [BUG] No space between the detector details and the rule panel opensearch-project#522 [BUG] A rule flyout without references have an empty link opensearch-project#521 [FEATURE] Update header size to use euiTitle--small opensearch-project#520 Signed-off-by: Jovan Cvetkovic <[email protected]> * [BUG] No space between the detector details and the rule panel opensearch-project#522 [BUG] A rule flyout without references have an empty link opensearch-project#521 [FEATURE] Update header size to use euiTitle--small opensearch-project#520 Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * refactored util methods into cypress commands Signed-off-by: Jovan Cvetkovic <[email protected]> * refactored util methods into cypress commands Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests wait interval updated to 400 Signed-off-by: Jovan Cvetkovic <[email protected]> --------- Signed-off-by: Jovan Cvetkovic <[email protected]> Signed-off-by: Amardeepsingh Siglani <[email protected]> Co-authored-by: Amardeepsingh Siglani <[email protected]>
amsiglan
added a commit
that referenced
this pull request
May 5, 2023
…577) * [BUG] Finding's fly-out has no correlations if open from alerts (#558) * [BUG] Finding's fly-out has no correlations if open from alerts #557 Signed-off-by: Jovan Cvetkovic <[email protected]> * code review from #558 (comment) Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests wait interval updated to 400 Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests wait interval updated to 400 Signed-off-by: Jovan Cvetkovic <[email protected]> --------- Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress | create detector specs update (#518) * [FEATURE] Create global state object for async requests #491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests #491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests #491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests #491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests #491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests #491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests #491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests #491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests #491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests #491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Provide empty states for Findings and Alerts page #471 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature #495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature #495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature #495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature #495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature #495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature #495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature #495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature #495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests #493 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests #493 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor alert triggers per mocks #498 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests #493 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests #493 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor alert triggers per mocks #498 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor alert triggers per mocks #498 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Update detector details component #502 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Update detector details component #502 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Update detector details component #502 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Update detector details component #502 Signed-off-by: Jovan Cvetkovic <[email protected]> * Feature] update detector details component #504 Signed-off-by: Jovan Cvetkovic <[email protected]> * Feature] update detector details component #504 Signed-off-by: Jovan Cvetkovic <[email protected]> * Update detector details component #504 Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * [BUG] No space between the detector details and the rule panel #522 [BUG] A rule flyout without references have an empty link #521 [FEATURE] Update header size to use euiTitle--small #520 Signed-off-by: Jovan Cvetkovic <[email protected]> * [BUG] No space between the detector details and the rule panel #522 [BUG] A rule flyout without references have an empty link #521 [FEATURE] Update header size to use euiTitle--small #520 Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * refactored util methods into cypress commands Signed-off-by: Jovan Cvetkovic <[email protected]> * refactored util methods into cypress commands Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests wait interval updated to 400 Signed-off-by: Jovan Cvetkovic <[email protected]> --------- Signed-off-by: Jovan Cvetkovic <[email protected]> Signed-off-by: Amardeepsingh Siglani <[email protected]> Co-authored-by: Amardeepsingh Siglani <[email protected]> * added link to rules; simplified rule parsing (#571) Signed-off-by: Amardeepsingh Siglani <[email protected]> * [FEATURE] Finding flyout loading state (#562) * [FEATURE] Set loading state for finding fly-out until the data is ready #559 Signed-off-by: Jovan Cvetkovic <[email protected]> * fix tests Signed-off-by: Jovan Cvetkovic <[email protected]> * fix tests Signed-off-by: Jovan Cvetkovic <[email protected]> --------- Signed-off-by: Jovan Cvetkovic <[email protected]> * Add correlation rule details into the finding details flyout #563 (#565) * Add correlation rule details into the finding details flyout #563 Signed-off-by: Jovan Cvetkovic <[email protected]> * Add correlation rule details into the finding details flyout #563 Signed-off-by: Jovan Cvetkovic <[email protected]> * fix tests Signed-off-by: Jovan Cvetkovic <[email protected]> * Add correlation rule details into the finding details flyout #563 #565 Signed-off-by: Jovan Cvetkovic <[email protected]> * Add correlation rule details into the finding details flyout #563 #565 Signed-off-by: Jovan Cvetkovic <[email protected]> * Add correlation rule details into the finding details flyout #563 #565 Signed-off-by: Jovan Cvetkovic <[email protected]> --------- Signed-off-by: Jovan Cvetkovic <[email protected]> * UX improvements for correlation engine (#561) * passing props for date time filter (#551) Signed-off-by: Amardeepsingh Siglani <[email protected]> * added loading state Signed-off-by: Amardeepsingh Siglani <[email protected]> * ux improvements Signed-off-by: Amardeepsingh Siglani <[email protected]> * transform vega-lite files for jest testing Signed-off-by: Amardeepsingh Siglani <[email protected]> --------- Signed-off-by: Amardeepsingh Siglani <[email protected]> * Add a details button to open the findings flyout from the correlations page. (#572) * Add a details button to open the findings flyout from the correlations page. #564 Signed-off-by: Jovan Cvetkovic <[email protected]> * Add a details button to open the findings flyout from the correlations page. #564 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Add a details button to open the findings flyout from the correlations page. #564 Signed-off-by: Jovan Cvetkovic <[email protected]> * fix tests Signed-off-by: Jovan Cvetkovic <[email protected]> * code review Signed-off-by: Jovan Cvetkovic <[email protected]> * code review Signed-off-by: Jovan Cvetkovic <[email protected]> * [BUG] Wrong field mappings for the cloud trail logs #573 Signed-off-by: Jovan Cvetkovic <[email protected]> * code review Signed-off-by: Jovan Cvetkovic <[email protected]> --------- Signed-off-by: Jovan Cvetkovic <[email protected]> * Wrong field mappings for the cloud trail logs (#574) * Wrong field mappings for the cloud trail logs #573 Signed-off-by: Jovan Cvetkovic <[email protected]> * [BUG] Wrong field mappings for the cloud trail logs #573 Signed-off-by: Jovan Cvetkovic <[email protected]> * [BUG] Wrong field mappings for the cloud trail logs #573 Signed-off-by: Jovan Cvetkovic <[email protected]> * code review Signed-off-by: Jovan Cvetkovic <[email protected]> * code review Signed-off-by: Jovan Cvetkovic <[email protected]> --------- Signed-off-by: Jovan Cvetkovic <[email protected]> * updated workflow file Signed-off-by: Amardeepsingh Siglani <[email protected]> * updated osd branch for cypress tests Signed-off-by: Amardeepsingh Siglani <[email protected]> --------- Signed-off-by: Jovan Cvetkovic <[email protected]> Signed-off-by: Amardeepsingh Siglani <[email protected]> Co-authored-by: Jovan Cvetkovic <[email protected]>
AWSHurneyt
pushed a commit
to AWSHurneyt/security-analytics-dashboards-plugin
that referenced
this pull request
Oct 12, 2023
…pensearch-project#577) * [BUG] Finding's fly-out has no correlations if open from alerts (opensearch-project#558) * [BUG] Finding's fly-out has no correlations if open from alerts opensearch-project#557 Signed-off-by: Jovan Cvetkovic <[email protected]> * code review from opensearch-project#558 (comment) Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests wait interval updated to 400 Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests wait interval updated to 400 Signed-off-by: Jovan Cvetkovic <[email protected]> --------- Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress | create detector specs update (opensearch-project#518) * [FEATURE] Create global state object for async requests opensearch-project#491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#491 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Provide empty states for Findings and Alerts page opensearch-project#471 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor and move field mapping to first the page of create detector feature opensearch-project#495 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#493 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#493 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor alert triggers per mocks opensearch-project#498 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#493 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create global state object for async requests opensearch-project#493 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor alert triggers per mocks opensearch-project#498 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Create detector \ Refactor alert triggers per mocks opensearch-project#498 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Update detector details component opensearch-project#502 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Update detector details component opensearch-project#502 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Update detector details component opensearch-project#502 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Update detector details component opensearch-project#502 Signed-off-by: Jovan Cvetkovic <[email protected]> * Feature] update detector details component opensearch-project#504 Signed-off-by: Jovan Cvetkovic <[email protected]> * Feature] update detector details component opensearch-project#504 Signed-off-by: Jovan Cvetkovic <[email protected]> * Update detector details component opensearch-project#504 Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * [BUG] No space between the detector details and the rule panel opensearch-project#522 [BUG] A rule flyout without references have an empty link opensearch-project#521 [FEATURE] Update header size to use euiTitle--small opensearch-project#520 Signed-off-by: Jovan Cvetkovic <[email protected]> * [BUG] No space between the detector details and the rule panel opensearch-project#522 [BUG] A rule flyout without references have an empty link opensearch-project#521 [FEATURE] Update header size to use euiTitle--small opensearch-project#520 Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * updated create detectors cypress specs Signed-off-by: Jovan Cvetkovic <[email protected]> * refactored util methods into cypress commands Signed-off-by: Jovan Cvetkovic <[email protected]> * refactored util methods into cypress commands Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests Signed-off-by: Jovan Cvetkovic <[email protected]> * cypress tests wait interval updated to 400 Signed-off-by: Jovan Cvetkovic <[email protected]> --------- Signed-off-by: Jovan Cvetkovic <[email protected]> Signed-off-by: Amardeepsingh Siglani <[email protected]> Co-authored-by: Amardeepsingh Siglani <[email protected]> * added link to rules; simplified rule parsing (opensearch-project#571) Signed-off-by: Amardeepsingh Siglani <[email protected]> * [FEATURE] Finding flyout loading state (opensearch-project#562) * [FEATURE] Set loading state for finding fly-out until the data is ready opensearch-project#559 Signed-off-by: Jovan Cvetkovic <[email protected]> * fix tests Signed-off-by: Jovan Cvetkovic <[email protected]> * fix tests Signed-off-by: Jovan Cvetkovic <[email protected]> --------- Signed-off-by: Jovan Cvetkovic <[email protected]> * Add correlation rule details into the finding details flyout opensearch-project#563 (opensearch-project#565) * Add correlation rule details into the finding details flyout opensearch-project#563 Signed-off-by: Jovan Cvetkovic <[email protected]> * Add correlation rule details into the finding details flyout opensearch-project#563 Signed-off-by: Jovan Cvetkovic <[email protected]> * fix tests Signed-off-by: Jovan Cvetkovic <[email protected]> * Add correlation rule details into the finding details flyout opensearch-project#563 opensearch-project#565 Signed-off-by: Jovan Cvetkovic <[email protected]> * Add correlation rule details into the finding details flyout opensearch-project#563 opensearch-project#565 Signed-off-by: Jovan Cvetkovic <[email protected]> * Add correlation rule details into the finding details flyout opensearch-project#563 opensearch-project#565 Signed-off-by: Jovan Cvetkovic <[email protected]> --------- Signed-off-by: Jovan Cvetkovic <[email protected]> * UX improvements for correlation engine (opensearch-project#561) * passing props for date time filter (opensearch-project#551) Signed-off-by: Amardeepsingh Siglani <[email protected]> * added loading state Signed-off-by: Amardeepsingh Siglani <[email protected]> * ux improvements Signed-off-by: Amardeepsingh Siglani <[email protected]> * transform vega-lite files for jest testing Signed-off-by: Amardeepsingh Siglani <[email protected]> --------- Signed-off-by: Amardeepsingh Siglani <[email protected]> * Add a details button to open the findings flyout from the correlations page. (opensearch-project#572) * Add a details button to open the findings flyout from the correlations page. opensearch-project#564 Signed-off-by: Jovan Cvetkovic <[email protected]> * Add a details button to open the findings flyout from the correlations page. opensearch-project#564 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Add a details button to open the findings flyout from the correlations page. opensearch-project#564 Signed-off-by: Jovan Cvetkovic <[email protected]> * fix tests Signed-off-by: Jovan Cvetkovic <[email protected]> * code review Signed-off-by: Jovan Cvetkovic <[email protected]> * code review Signed-off-by: Jovan Cvetkovic <[email protected]> * [BUG] Wrong field mappings for the cloud trail logs opensearch-project#573 Signed-off-by: Jovan Cvetkovic <[email protected]> * code review Signed-off-by: Jovan Cvetkovic <[email protected]> --------- Signed-off-by: Jovan Cvetkovic <[email protected]> * Wrong field mappings for the cloud trail logs (opensearch-project#574) * Wrong field mappings for the cloud trail logs opensearch-project#573 Signed-off-by: Jovan Cvetkovic <[email protected]> * [BUG] Wrong field mappings for the cloud trail logs opensearch-project#573 Signed-off-by: Jovan Cvetkovic <[email protected]> * [BUG] Wrong field mappings for the cloud trail logs opensearch-project#573 Signed-off-by: Jovan Cvetkovic <[email protected]> * code review Signed-off-by: Jovan Cvetkovic <[email protected]> * code review Signed-off-by: Jovan Cvetkovic <[email protected]> --------- Signed-off-by: Jovan Cvetkovic <[email protected]> * updated workflow file Signed-off-by: Amardeepsingh Siglani <[email protected]> * updated osd branch for cypress tests Signed-off-by: Amardeepsingh Siglani <[email protected]> --------- Signed-off-by: Jovan Cvetkovic <[email protected]> Signed-off-by: Amardeepsingh Siglani <[email protected]> Co-authored-by: Jovan Cvetkovic <[email protected]> Signed-off-by: AWSHurneyt <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
cypress tests specs update
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.